Fluent Assertions Documentation
FluentAssertions.Primitives Namespace / NullableEnumAssertions<TEnum,TAssertions> Class / HaveValue Method
In This Topic
    HaveValue Method (NullableEnumAssertions<TEnum,TAssertions>)
    In This Topic
    Asserts that a nullable TEnum value is not a null reference (Nothing in Visual Basic).
    Overload List
    OverloadDescription
    Asserts that a nullable TEnum value is not a null reference (Nothing in Visual Basic).  
    Asserts that the current TEnum is exactly equal to the expected value. (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also